type runtime.mcache
18 uses
runtime (current package)
malloc.go#L919: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
mcache.go#L19: type mcache struct {
mcache.go#L85: func allocmcache() *mcache {
mcache.go#L86: var c *mcache
mcache.go#L89: c = (*mcache)(mheap_.cachealloc.alloc())
mcache.go#L106: func freemcache(c *mcache) {
mcache.go#L126: func getMCache(mp *m) *mcache {
mcache.go#L129: var c *mcache
mcache.go#L147: func (c *mcache) refill(spc spanClass) {
mcache.go#L219: func (c *mcache) allocLarge(size uintptr, noscan bool) *mspan {
mcache.go#L259: func (c *mcache) releaseAll() {
mcache.go#L312: func (c *mcache) prepareForSweep() {
mheap.go#L757: h.cachealloc.init(unsafe.Sizeof(mcache{}), nil, nil, &memstats.mcache_sys)
proc.go#L116: mcache0 *mcache
runtime2.go#L629: mcache *mcache
stack.go#L271: func stackcacherefill(c *mcache, order uint8) {
stack.go#L293: func stackcacherelease(c *mcache, order uint8) {
stack.go#L312: func stackcache_clear(c *mcache) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |